home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / awksrc.zip / GAWK-D~1.14 / GAWK~1.INF (.txt) < prev    next >
GNU Info File  |  1993-10-03  |  6KB  |  352 lines

  1. This is Info file gawk.info, produced by Makeinfo-1.47 from the input
  2. file gawk.texi.
  3.    This file documents `awk', a program that you can use to select
  4. particular records in a file and perform operations upon them.
  5.    This is Edition 0.14 of `The GAWK Manual',
  6. for the 2.14 version of the GNU implementation
  7. of AWK.
  8.    Copyright (C) 1989, 1991, 1992 Free Software Foundation, Inc.
  9.    Permission is granted to make and distribute verbatim copies of this
  10. manual provided the copyright notice and this permission notice are
  11. preserved on all copies.
  12.    Permission is granted to copy and distribute modified versions of
  13. this manual under the conditions for verbatim copying, provided that
  14. the entire resulting derived work is distributed under the terms of a
  15. permission notice identical to this one.
  16.    Permission is granted to copy and distribute translations of this
  17. manual into another language, under the above conditions for modified
  18. versions, except that this permission notice may be stated in a
  19. translation approved by the Foundation.
  20. Indirect:
  21. gawk.info-1: 1045
  22. gawk.info-2: 48225
  23. gawk.info-3: 97744
  24. gawk.info-4: 147022
  25. gawk.info-5: 196945
  26. gawk.info-6: 244090
  27. gawk.info-7: 293535
  28. gawk.info-8: 342825
  29. Tag Table:
  30. (Indirect)
  31. Node: Top
  32. Node: Preface
  33. Node: History
  34. Node: Copying
  35. Node: This Manual
  36. 27036
  37. Node: Sample Data Files
  38. 28880
  39. Node: Getting Started
  40. 31671
  41. Node: Very Simple
  42. 33382
  43. Node: Two Rules
  44. 35349
  45. Node: More Complex
  46. 37432
  47. Node: Running gawk
  48. 40418
  49. Node: One-shot
  50. 41367
  51. Node: Read Terminal
  52. 42503
  53. Node: Long
  54. 43561
  55. Node: Executable Scripts
  56. 44902
  57. Node: Comments
  58. 47125
  59. Node: Statements/Lines
  60. 48227
  61. Node: When
  62. 51115
  63. Node: Reading Files
  64. 53029
  65. Node: Records
  66. 54756
  67. Node: Fields
  68. 57988
  69. Node: Non-Constant Fields
  70. 60602
  71. Node: Changing Fields
  72. 62426
  73. Node: Field Separators
  74. 65797
  75. Node: Constant Size
  76. 75424
  77. Node: Multiple Line
  78. 78973
  79. Node: Getline
  80. 81370
  81. Node: Close Input
  82. 91016
  83. Node: Printing
  84. 92275
  85. Node: Print
  86. 93273
  87. Node: Print Examples
  88. 95406
  89. Node: Output Separators
  90. 97746
  91. Node: OFMT
  92. 99483
  93. Node: Printf
  94. 100628
  95. Node: Basic Printf
  96. 101532
  97. Node: Control Letters
  98. 102952
  99. Node: Format Modifiers
  100. 104766
  101. Node: Printf Examples
  102. 107273
  103. Node: Redirection
  104. 109955
  105. Node: File/Pipe Redirection
  106. 110690
  107. Node: Close Output
  108. 114165
  109. Node: Special Files
  110. 116473
  111. Node: One-liners
  112. 119844
  113. Node: Patterns
  114. 122566
  115. Node: Kinds of Patterns
  116. 123544
  117. Node: Regexp
  118. 124545
  119. Node: Regexp Usage
  120. 125488
  121. Node: Regexp Operators
  122. 127517
  123. Node: Case-sensitivity
  124. 132993
  125. Node: Comparison Patterns
  126. 135303
  127. Node: Boolean Patterns
  128. 137463
  129. Node: Expression Patterns
  130. 138972
  131. Node: Ranges
  132. 140411
  133. Node: BEGIN/END
  134. 141821
  135. Node: Empty
  136. 144374
  137. Node: Actions
  138. 144645
  139. Node: Expressions
  140. 147024
  141. Node: Constants
  142. 149045
  143. Node: Variables
  144. 154611
  145. Node: Assignment Options
  146. 156220
  147. Node: Arithmetic Ops
  148. 157905
  149. Node: Concatenation
  150. 159571
  151. Node: Comparison Ops
  152. 160920
  153. Node: Boolean Ops
  154. 165341
  155. Node: Assignment Ops
  156. 167806
  157. Node: Increment Ops
  158. 171876
  159. Node: Conversion
  160. 174374
  161. Node: Values
  162. 177445
  163. Node: Conditional Exp
  164. 180026
  165. Node: Function Calls
  166. 181353
  167. Node: Precedence
  168. 184115
  169. Node: Statements
  170. 187492
  171. Node: If Statement
  172. 189175
  173. Node: While Statement
  174. 190704
  175. Node: Do Statement
  176. 192668
  177. Node: For Statement
  178. 193753
  179. Node: Break Statement
  180. 196947
  181. Node: Continue Statement
  182. 198555
  183. Node: Next Statement
  184. 201179
  185. Node: Next File Statement
  186. 203121
  187. Node: Exit Statement
  188. 206166
  189. Node: Arrays
  190. 207781
  191. Node: Array Intro
  192. 208983
  193. Node: Reference to Elements
  194. 212487
  195. Node: Assigning Elements
  196. 214427
  197. Node: Array Example
  198. 214929
  199. Node: Scanning an Array
  200. 216659
  201. Node: Delete
  202. 218961
  203. Node: Numeric Array Subscripts
  204. 219942
  205. Node: Multi-dimensional
  206. 221822
  207. Node: Multi-scanning
  208. 225050
  209. Node: Built-in
  210. 226672
  211. Node: Calling Built-in
  212. 227629
  213. Node: Numeric Functions
  214. 228892
  215. Node: String Functions
  216. 232239
  217. Node: I/O Functions
  218. 241469
  219. Node: Time Functions
  220. 244092
  221. Node: User-defined
  222. 251972
  223. Node: Definition Syntax
  224. 252690
  225. Node: Function Example
  226. 256682
  227. Node: Function Caveats
  228. 257757
  229. Node: Return Statement
  230. 260795
  231. Node: Built-in Variables
  232. 263178
  233. Node: User-modified
  234. 264214
  235. Node: Auto-set
  236. 268482
  237. Node: Command Line
  238. 273117
  239. Node: Options
  240. 274004
  241. Node: Other Arguments
  242. 279129
  243. Node: AWKPATH Variable
  244. 281494
  245. Node: Obsolete
  246. 283507
  247. Node: Undocumented
  248. 284778
  249. Node: Language History
  250. 284966
  251. Node: V7/S5R3.1
  252. 285908
  253. Node: S5R4
  254. 288612
  255. Node: POSIX
  256. 290149
  257. Node: POSIX/GNU
  258. 290867
  259. Node: Installation
  260. 292218
  261. Node: Gawk Distribution
  262. 293084
  263. Node: Extracting
  264. 293537
  265. Node: Distribution contents
  266. 294969
  267. Node: Unix Installation
  268. 297841
  269. Node: Quick Installation
  270. 298532
  271. Node: Configuration Philosophy
  272. 299701
  273. Node: New Configurations
  274. 302026
  275. Node: VMS Installation
  276. 304127
  277. Node: VMS Compilation
  278. 304686
  279. Node: VMS Installation Details
  280. 306299
  281. Node: VMS Running
  282. 307934
  283. Node: VMS POSIX
  284. 309520
  285. Node: MS-DOS Installation
  286. 310907
  287. Node: Atari Installation
  288. 311833
  289. Node: Gawk Summary
  290. 317590
  291. Node: Command Line Summary
  292. 318352
  293. Node: Language Summary
  294. 320281
  295. Node: Variables/Fields
  296. 322368
  297. Node: Fields Summary
  298. 323094
  299. Node: Built-in Summary
  300. 324562
  301. Node: Arrays Summary
  302. 327543
  303. Node: Data Type Summary
  304. 328817
  305. Node: Rules Summary
  306. 330289
  307. Node: Pattern Summary
  308. 331938
  309. Node: Regexp Summary
  310. 334173
  311. Node: Actions Summary
  312. 335392
  313. Node: Operator Summary
  314. 336306
  315. Node: Control Flow Summary
  316. 337666
  317. Node: I/O Summary
  318. 338272
  319. Node: Printf Summary
  320. 340147
  321. Node: Special File Summary
  322. 341974
  323. Node: Numeric Functions Summary
  324. 342827
  325. Node: String Functions Summary
  326. 343663
  327. Node: Time Functions Summary
  328. 345492
  329. Node: String Constants Summary
  330. 346254
  331. Node: Functions Summary
  332. 347638
  333. Node: Historical Features
  334. 348697
  335. Node: Sample Program
  336. 349555
  337. Node: Bugs
  338. 353809
  339. Node: Notes
  340. 356653
  341. Node: Compatibility Mode
  342. 357182
  343. Node: Future Extensions
  344. 358009
  345. Node: Improvements
  346. 360837
  347. Node: Glossary
  348. 362873
  349. Node: Index
  350. 373342
  351. End Tag Table
  352.